home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Click·me·first next >
Text File  |  1995-11-21  |  2KB  |  81 lines

  1. ; ------------------------
  2. ; You can add this script
  3. ; to your s:user-startup
  4. ; if you don't want to 
  5. ; start it manually each
  6. ; time!
  7. ; ------------------------
  8.  
  9. ; ----------------
  10. ;   System Stuff
  11. ; ----------------
  12.  
  13. ASSIGN >NIL: s:    :s    add
  14.  
  15. stack 10000
  16.  
  17. ; --------------
  18. ;   XDME-Stuff
  19. ; --------------
  20. ASSIGN >NIL: c: :Text/Edit/XDme/XDME/ add
  21.  
  22. ; ------------------------------------
  23. ;   Setting Paths and ASSIGN >NIL:s for GCC
  24. ; ------------------------------------
  25. ;GNU stuff
  26.  
  27. ASSIGN >NIL: GNU: :Dev/GCC/GNU
  28.  
  29. If Warn
  30.     ASSIGN >NIL: GNU: Packed:GNU
  31. EndIf
  32. ASSIGN >NIL: BIN:     GNU:bin ADD
  33. ASSIGN >NIL: ETC:     GNU:etc
  34. ASSIGN >NIL: DEV:     GNU:dev
  35. ASSIGN >NIL: TMP:     t:
  36. ASSIGN >NIL: LIBS:    GNU:libs ADD
  37. ASSIGN >NIL: LOCAL:   GNU:
  38. ASSIGN >NIL: L:       GNU:ixpipe ADD
  39. Set    ESHELL   "GNU:bin/sh"
  40. ASSIGN >NIL: c: GNU:bin add
  41. ;END GNU stuff
  42.  
  43. ; -------------------------------------
  44. ;   Setting Paths and Assings for ACE
  45. ; -------------------------------------
  46.  
  47. ASSIGN >NIL: ACE: :Dev/ACE
  48. ASSIGN >NIL: c: ace:bin/ add
  49. path ace:bin ADD
  50. ASSIGN >NIL: ACElib:     ACE:lib      ; bas finds scanned libraries here.
  51. ASSIGN >NIL: ACEbmaps:   ACE:bmaps    ; ace looks here for .bmap files.
  52. ASSIGN >NIL: ACEinclude: ACE:include  ; app uses this for include files.
  53.  
  54. ; -------------------------------------------
  55. ;   Setting Paths and Includes for A-Oberon
  56. ; -------------------------------------------
  57.  
  58. ASSIGN >NIL: A-Oberon: :Dev/Oberon/
  59. ASSIGN >NIL: OLIB:     A-Oberon:OLIB
  60. ASSIGN >NIL: LIBS:     A-Oberon:libs add
  61.  
  62. Copy A-OBERON:env-archive TO ENV: ALL NOREQ QUIET
  63. ASSIGN >NIL: c: A-Oberon: Add
  64.  
  65. ; --------------------------------------------
  66. ;   Setting Stuff for Amiga-E
  67. ; --------------------------------------------
  68.  
  69. ASSIGN >NIL: c: :Dev/Amiga-E/E_v3.2a/Bin ADD
  70. ASSIGN >NIL: EMODULES: :Dev/Amiga-E/E_v3.2a/Modules
  71.  
  72. ; --------------------------------------------
  73. ;   Fonts
  74. ; --------------------------------------------
  75.  
  76. ASSIGN >NIL: Fonts: :Fonts/Deco ADD
  77. ASSIGN >NIL: Fonts: :Fonts/SansSerif ADD
  78. ASSIGN >NIL: Fonts: :Fonts/Script ADD
  79. ASSIGN >NIL: Fonts: :Fonts/Serif ADD
  80.  
  81.